ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown<T> Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (DropDown<T>)
    In This Topic
    Gets or sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also